tests: fix intermittent failure for test-sysroot
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 10 Nov 2014 18:48:45 +0000 (19:48 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 10 Nov 2014 18:48:45 +0000 (19:48 +0100)
libtestExec doesn't run twice the same process now.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
tests/test-sysroot.js

index 671eaac3247d623efc44d1cd7daf4bd53ea32b70..da9c732302cfb98a71394fec79a865a34b6750bd 100644 (file)
@@ -41,7 +41,6 @@ function libtestExec(shellCode) {
                                                  GSystem.SubprocessStreamDisposition.INHERIT,
                                                  GSystem.SubprocessStreamDisposition.INHERIT,
                                                  null);
-    proc.init(null);
     proc.wait_sync_check(null);
 }